CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket php

搜索资源列表

  1. php 服务器推送

    0下载:
  2. php的服务器推送例子使用的socket技术进行
  3. 所属分类:PHP源码

    • 发布日期:2011-11-18
    • 文件大小:2224850
    • 提供者:CHENXIANG6483
  1. PHPQQClient

    0下载:
  2. php编写的QQ软件,不错哦。学习php socket编程的不错资源-php prepared QQ software, oh well. Php socket programming to learn a good resource
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:159408
    • 提供者:韩老四
  1. PHP_SOCKET_SERVER_CLIENT

    0下载:
  2. PHP SOCKET 服务端与客户端实现的简单示例-PHP SOCKET server and client to achieve a simple example
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-28
    • 文件大小:1537
    • 提供者:imouse
  1. socket

    0下载:
  2. php+flash socket 实例,实验通过-php flash socket
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-05
    • 文件大小:7889
    • 提供者:天天
  1. socket

    0下载:
  2. 使用 php 來建立 socket 連線,傳送資料-Using php to create a socket connection, send data
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-03
    • 文件大小:1696
    • 提供者:luck
  1. media_web_cfg

    0下载:
  2. 一个基于PHP语言与JS的网页,里面有Socket通信与PHP对配置文件与XML文件的操作-Based on the PHP language and JS pages, there are Socket Communications and PHP configuration files to XML documents and to operate
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-31
    • 文件大小:306070
    • 提供者:madeng
  1. SocketPHP

    0下载:
  2. Examples of PHP Socket programming: Get FTP folder contents Get Websites HTML code Get country of hostname Get SNMP Send SNMP-TRAP Making Telnet connections with PHP and Sockets
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-02
    • 文件大小:33128
    • 提供者:ecqu
  1. send_mac

    0下载:
  2. PHP实现的远程开机(远程唤醒),挂到Apache或IIS下即可轻松实现Web方式的远程开机功能。本例需要socket库支持。-PHP achieve remote boot (Wake-On-LAN), linked to the Apache or IIS can easily achieve under the Web-function remote boot. In this case support the need for socket library.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-30
    • 文件大小:1434
    • 提供者:李少军
  1. pecl-5.2.2RC2-nts-Win32

    0下载:
  2. HP其实不过是Web服务器的一个模块功能,所以首先要保证Web服务器的安全。当然Web服务器要安全又必须是先保证系统安全,这样就扯远了,无穷无尽。PHP可以和各种Web服务器结合,-Apache。非常建议以chroot方式安装启动Apache,这样即使Apache和PHP及其脚本出现漏洞,受影响的也只有这个禁锢的系统,不会危害实际系统。但是使用chroot的Apache后,给应用也会带来一定的麻烦,比如连接mysql时必须用127.0.0.1地址使用tcp连接而不能用localhost实现soc
  3. 所属分类:Ajax

    • 发布日期:2017-05-11
    • 文件大小:2813604
    • 提供者:华玉
  1. PHPsocketprogramming

    0下载:
  2. PHP socket programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:27208
    • 提供者:ivy
  1. php_fetion

    0下载:
  2. php版fetion类,压缩包中有vs_fetion(socket版).class.php和vs_fetion.class.php两个文件,视实际情况使用,协议是一样的,只是使用的php扩展不同,一般来说vs_fetion.class.php的兼容性更好一些。 -php for fetion
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-28
    • 文件大小:7692
    • 提供者:wf
  1. PHP_Socket

    0下载:
  2. 使用php实现的socket通信;包含客户端和服务器端;可与c共同实现通信;-Achieved using the php socket communication includes client and server side together to achieve communication with c
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-02
    • 文件大小:47838
    • 提供者:赵崇
  1. socket_proxy

    0下载:
  2. php socket代理 仅支持socket代理.留备以后修改-php socket proxy only supports socket proxy. left for future changes
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-29
    • 文件大小:1006
    • 提供者:frycn
  1. tcp_server_client

    0下载:
  2. socket通信的源码,其中一端是php代码,另外一端是linux下的c代码-linux kernel scenario analysis of the electronic version of the book introduces the principles of linux kernel
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1610
    • 提供者:michaelcjt
  1. SAchat-v1.0.2

    0下载:
  2. AJAX Chat is a fully customizable web chat implemented in Javascr ipt, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, PunBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performan
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-23
    • 文件大小:33571
    • 提供者:Chicx
  1. server

    0下载:
  2. 用PHP SOCKET做QQ服务器。这里仅写了服务器端,客户端可以用FLASH、AIR或C++程序。-To do with PHP SOCKET QQ server. Here only to write the server side, the client can use the FLASH, AIR, or C++ program.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-28
    • 文件大小:2218
    • 提供者:Joming
  1. socket

    0下载:
  2. socket php 实现创建 连接功能是新手入门的很好的资料-socket php descr iption
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2408
    • 提供者:
  1. PHP-socket

    0下载:
  2. PHP Sockets Server Communication
  3. 所属分类:Web服务器

    • 发布日期:2017-12-16
    • 文件大小:49152
    • 提供者:BaDTimE
  1. socket

    1下载:
  2. php tcp客户端与服务器端代码,带阻塞与非阻塞设置,地址重用设置(php tcp client and server)
  3. 所属分类:WEB开发

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:xiaoqi007
  1. socket_test

    0下载:
  2. socket接口测试,使用php读取socket接口的数据,通过php传递请求方法和请求参数,得到返回结果(The socket interface test uses php to read the data of the socket interface, and transfers the request method and the request parameter through PHP to get the return result.)
  3. 所属分类:WEB开发

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:东亚王子
« 12 3 4 5 6 »
搜珍网 www.dssz.com